object Dlg_AddAddrs: TDlg_AddAddrs Left = 584 Top = 229 BorderStyle = bsDialog Caption = 'Add Address' ClientHeight = 118 ClientWidth = 305 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 12 Width = 103 Height = 13 Caption = '&Add to Address Book:' FocusControl = CB_books end object CB_books: TComboBox Left = 16 Top = 32 Width = 129 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnDrawItem = CB_booksDrawItem end object Btnok: TButton Left = 128 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 216 Top = 88 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object CB_showaddr: TCheckBox Left = 16 Top = 64 Width = 281 Height = 17 Caption = 'Prompt one by one' TabOrder = 3 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 232 Top = 8 end end